ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridRowBaseTagHelper<TControl> Class / Binding Property

In This Topic
    Binding Property (TransposedGridRowBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.Binding. Sets the name of the property this column is bound to.
    Syntax
    'Declaration
     
    Public Property Binding As String
    public string Binding {get; set;}
    See Also